Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Attributes | List of all members
IpHeader Class Reference

IP header structure. More...

Inheritance diagram for IpHeader:
Header Pdu Signal

Public Attributes

byte version
 
byte headerLength
 
byte typeOfService
 
short totalLength
 
short identification
 
byte flags
 
short fragmentOffset
 
short ttl
 
short protocol
 
short checksum
 
ip srcAddress
 
ip dstAddress
 
int options
 
int padding
 
- Public Attributes inherited from Header
Pdu payload
 

Detailed Description

IP header structure.

Member Data Documentation

◆ checksum

short IpHeader::checksum

◆ dstAddress

ip IpHeader::dstAddress

◆ flags

byte IpHeader::flags

◆ fragmentOffset

short IpHeader::fragmentOffset

◆ headerLength

byte IpHeader::headerLength

◆ identification

short IpHeader::identification

◆ options

int IpHeader::options

◆ padding

int IpHeader::padding

◆ protocol

short IpHeader::protocol

◆ srcAddress

ip IpHeader::srcAddress

◆ totalLength

short IpHeader::totalLength

◆ ttl

short IpHeader::ttl

◆ typeOfService

byte IpHeader::typeOfService

◆ version

byte IpHeader::version

The documentation for this class was generated from the following file: